const math/big.divRecursiveThreshold
3 uses
math/big (current package)
natdiv.go#L615: if n < divRecursiveThreshold {
natdiv.go#L723: const divRecursiveThreshold = 100
natdiv.go#L768: if n < divRecursiveThreshold {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)